func go/types.safeUnderlying

4 uses

	go/types (current package)
		const.go#L294: 			t = safeUnderlying(target)
		named.go#L708: func safeUnderlying(typ Type) Type {
		predicates.go#L137: 		iface, _ := safeUnderlying(tpar.bound).(*Interface)
		typexpr.go#L242: 				under = safeUnderlying(T)